home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / doors.zip / DOORS.DOC < prev   
Text File  |  1985-11-29  |  2KB  |  42 lines

  1.  
  2. Sample program of RBBS doors by Matt Malden 11/27/85
  3.  
  4.  
  5.     With this file is a sample program for use with RBBS to
  6. demonstrate the doors feature.  First, there are a few discrep-
  7. ancies between my interpretation on how to make the doors
  8. feature work, and that of the RBBS documentation.  When the file
  9. RCTTY.BAT is executed, it executes another batch file with the
  10. name of that particular door.  It is my experience, that you can
  11. not return to the RCTTY.BAT.  So, at the end of your doors batch
  12. file, you must reinvoke RBBS.BAT.  Also, the way that the doors
  13. menu works is it checks to see if the door name that you wanted
  14. to open.  Then, if it is in all capital letters in the RBBS file
  15. MENU5, it runs the batch file of that name with the extension
  16. .BAT.  One problem though, if my menu says:
  17.  
  18. DOORS - a sample program written by Matt Malden
  19.  
  20. one can upload a file called ORS.BAT and run this batch file
  21. by opening the ORS file. (The ORS is the last three letters in
  22. DOORS).  So, make sure your batch files are on a ram drive or
  23. other drive unable to be uploaded on.  In general, the program
  24. has to do is print everything to the Comm port and if you wish,
  25. echo it to the screen.  The initial part of DOORS.BAS (the demo
  26. file) shows how to read in the users communication parameters.  I
  27. have not experimented with a 2400 baud modem, so 2400 baud users
  28. will have to experiment on what the BPS number will be for 2400
  29. baud.  Also, I am not quite sure how to detect if the user needs
  30. line feeds without plainly asking.  So, to be safe, put an option
  31. to toggle line feeds in whatever program you write.  Any
  32. questions or comments would be appreciate regarding any misinter-
  33. pretations of this sample program or any further developments.
  34.  
  35.  
  36.                                   Matt Malden
  37.                                   Sysop of Jaguar Computing
  38.                                   Data: (301) 983-3213
  39.                                   
  40.  
  41. P.S.- Try out QUESTAR in the doors subsystem.
  42.